home *** CD-ROM | disk | FTP | other *** search
/ Steal This CD / steal_this_cd.iso / Chapter 07 - Where the Hackers Are / virc200.exe / {app} / ViRC.exe / 0 / RCDATA / TEVENTOPTFORM / TEVENTOPTFORM.txt
Text File  |  2004-01-05  |  3KB  |  120 lines

  1. object EventOptForm: TEventOptForm
  2.   Left = 548
  3.   Top = 120
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'EventOptForm'
  7.   ClientHeight = 237
  8.   ClientWidth = 295
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   Scaled = False
  18.   ShowHint = True
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Order: TRadioGroup
  22.     Left = 8
  23.     Top = 8
  24.     Width = 281
  25.     Height = 73
  26.     Hint = 'Most triggers should use "after"'
  27.     Caption = 'Order'
  28.     Items.Strings = (
  29.       'Regular (&override the default event display)'
  30.       '&Before the event is displayed'
  31.       '&After the event is displayed')
  32.     TabOrder = 0
  33.   end
  34.   object GroupBox1: TGroupBox
  35.     Left = 8
  36.     Top = 88
  37.     Width = 281
  38.     Height = 113
  39.     Caption = 'Matching'
  40.     TabOrder = 1
  41.     object ExactMask: TCheckBox
  42.       Left = 8
  43.       Top = 16
  44.       Width = 97
  45.       Height = 17
  46.       Hint = 'Don'#39't evaluate the mask at load time or match extra words'
  47.       Caption = 'E&xact mask'
  48.       Font.Charset = DEFAULT_CHARSET
  49.       Font.Color = clWindowText
  50.       Font.Height = -11
  51.       Font.Name = 'MS Sans Serif'
  52.       Font.Style = []
  53.       ParentFont = False
  54.       TabOrder = 0
  55.     end
  56.     object EvalMask: TCheckBox
  57.       Left = 8
  58.       Top = 40
  59.       Width = 161
  60.       Height = 17
  61.       Hint = 'Evaluate the mask at match time'
  62.       Caption = '&Evaluate mask'
  63.       Font.Charset = DEFAULT_CHARSET
  64.       Font.Color = clWindowText
  65.       Font.Height = -11
  66.       Font.Name = 'MS Sans Serif'
  67.       Font.Style = []
  68.       ParentFont = False
  69.       TabOrder = 1
  70.     end
  71.     object MatchCase: TCheckBox
  72.       Left = 8
  73.       Top = 64
  74.       Width = 97
  75.       Height = 17
  76.       Hint = 'Perform case-sensitive matching'
  77.       Caption = 'Match &case'
  78.       Font.Charset = DEFAULT_CHARSET
  79.       Font.Color = clWindowText
  80.       Font.Height = -11
  81.       Font.Name = 'MS Sans Serif'
  82.       Font.Style = []
  83.       ParentFont = False
  84.       TabOrder = 2
  85.     end
  86.     object RegExp: TCheckBox
  87.       Left = 8
  88.       Top = 88
  89.       Width = 121
  90.       Height = 17
  91.       Hint = 'Mask is a Perl-style regexp'
  92.       Caption = '&Regular expression'
  93.       Font.Charset = DEFAULT_CHARSET
  94.       Font.Color = clWindowText
  95.       Font.Height = -11
  96.       Font.Name = 'MS Sans Serif'
  97.       Font.Style = []
  98.       ParentFont = False
  99.       TabOrder = 3
  100.     end
  101.   end
  102.   object OKBtn: TBitBtn
  103.     Left = 136
  104.     Top = 208
  105.     Width = 75
  106.     Height = 25
  107.     TabOrder = 2
  108.     OnClick = OKBtnClick
  109.     Kind = bkOK
  110.   end
  111.   object CancelBtn: TBitBtn
  112.     Left = 214
  113.     Top = 208
  114.     Width = 75
  115.     Height = 25
  116.     TabOrder = 3
  117.     Kind = bkCancel
  118.   end
  119. end
  120.